Autogenerated HTML docs for v1.5.6-rc0 
diff --git a/git-svn.html b/git-svn.html index 6cebaf7..71edb35 100644 --- a/git-svn.html +++ b/git-svn.html 
@@ -373,6 +373,28 @@  </p>   </dd>   <dt>  +--use-log-author  +</dt>  +<dd>  +<p>  + When retrieving svn commits into git (as part of fetch, rebase, or  + dcommit operations), look for the first From: or Signed-off-by: line  + in the log message and use that as the author string.  +</p>  +</dd>  +<dt>  +--add-author-from  +</dt>  +<dd>  +<p>  + When committing to svn from git (as part of commit or dcommit  + operations), if the existing log message doesn't already have a  + From: or Signed-off-by: line, append a From: line based on the  + git commit's author string. If you use this, then --use-log-author  + will retrieve a valid author string for all commits.  +</p>  +</dd>  +<dt>   --username=&lt;USER&gt;   </dt>   <dd>  @@ -1149,7 +1171,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 22-May-2008 00:52:47 UTC  +Last updated 26-May-2008 01:14:49 UTC   </div>   </div>   </body>